home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oatomarray.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  198b  |  12 lines

  1. #ifndef _Oatomarray_H_
  2. #define _Oatomarray_H_
  3.  
  4. enum
  5. {
  6.     ATOMARRAYOBJECT_CRAD        = 1000,
  7.     ATOMARRAYOBJECT_SRAD        = 1001,
  8.     ATOMARRAYOBJECT_SUB        = 1002,
  9.     ATOMARRAYOBJECT_SINGLE    = 1003
  10. };
  11.  
  12. #endif